• सूचक चर | |
pointer: संकेतक सुझाव सूई | |
variable: परिवर्तनशील वस्तु | |
pointer variable मीनिंग इन हिंदी
pointer variable उदाहरण वाक्य
उदाहरण वाक्य
अधिक: आगे- Extended versions of COBOL also provide pointer variables declared with USAGE IS POINTER clauses.
- The values of such pointer variables are established and modified using SET and SET ADDRESS statements.
- However, this technique will not clear other pointer variables which may contain a copy of the pointer.
- C # also allows the programmer to disable the normal type-checking and other safety features of the pointer variables.
- Thus, despite this apparent equivalence between array and pointer variables, there is still a distinction to be made between them.
- Some extended versions of COBOL also provide PROCEDURE-POINTER variables, which are capable of storing the addresses of executable code.
- Because they are typically unchecked, a pointer variable can be made to point to any arbitrary location, which can cause undesirable effects.
- As pointer variables are usually of a fixed size ( e . g ., most desktop computers have pointers 64 bits long ), and they are numeric, they can be swapped quickly using XOR swap.
- Other measures may also be taken ( such as validation & bounds checking, to verify the contents of the pointer variable contain a value that is both a valid memory address and within the numerical range that the processor is capable of addressing ).
- In appropriate contexts in source code, such as for assigning to a pointer variable, a " null pointer constant " can be written as 0, with or without explicit casting to a pointer type, or as the NULL macro defined by several standard headers.